Home
last modified time | relevance | path

Searched hist:"251 ec1c159e4874fbede0c3c586e317e177c0c9b" (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dtimex.hdiff 251ec1c159e4874fbede0c3c586e317e177c0c9b Wed Dec 11 21:07:23 CET 2019 Arnd Bergmann <arnd@arndb.de> y2038: sparc: remove use of struct timex

'struct timex' is one of the last users of 'struct timeval' and is
only referenced in one place in the kernel any more, to convert the
user space timex into the kernel-internal version on sparc64, with a
different tv_usec member type.

As a preparation for hiding the time_t definition and everything
using that in the kernel, change the implementation once more
to only convert the timeval member, and then enclose the
struct definition in an #ifdef.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
/linux/arch/sparc/kernel/
H A Dsys_sparc_64.cdiff 251ec1c159e4874fbede0c3c586e317e177c0c9b Wed Dec 11 21:07:23 CET 2019 Arnd Bergmann <arnd@arndb.de> y2038: sparc: remove use of struct timex

'struct timex' is one of the last users of 'struct timeval' and is
only referenced in one place in the kernel any more, to convert the
user space timex into the kernel-internal version on sparc64, with a
different tv_usec member type.

As a preparation for hiding the time_t definition and everything
using that in the kernel, change the implementation once more
to only convert the timeval member, and then enclose the
struct definition in an #ifdef.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>